; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.
authorEli Zaretskii <eliz@gnu.org>
Tue, 25 Jun 2024 13:42:47 +0000 (16:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 25 Jun 2024 13:42:47 +0000 (16:42 +0300)
src/buffer.c

index 8f98369212470a1220223bed37285b6f6f090fb9..744b0ef55484b951ce75c2b8dcab57cdb5e3b5f5 100644 (file)
@@ -5183,7 +5183,7 @@ A string is printed verbatim in the mode line except for %-constructs:
   %P -- print percent of buffer above bottom of window, perhaps plus Top,
         or print Bottom or All.
   %q -- print percent of buffer above both the top and the bottom of the
-        window, separated by β€˜-’, or β€˜All’.
+        window, separated by `-', or `All'.
   %s -- print process status.
   %z -- print mnemonics of keyboard, terminal, and buffer coding systems.
   %Z -- like %z, but including the end-of-line format.